Micron Document
baubs git

Node / mirrors / respira / commits / 75ec5c4

Commit 75ec5c49a9ca78ea4db2b7a381201aaefc30d76f


Parents : 5ef5849
Author : Jan-Henrik Bruhn <jan-henrik.bruhn@offis.de>
Date : 2025-12-11T13:57:28+01:00

Add checkout step to publish-to-pages job

The gh CLI needs to be run in a git repository to download release
assets. Add checkout step before downloading release assets.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Changes

1 files changed, 3 insertions(+), 0 deletions(-)


Diff

diff --git a/.github/workflows/publish-pages.yml b/.github/workflows/publish-pages.yml
index a314cea..8a40632 100644
--- a/.github/workflows/publish-pages.yml
+++ b/.github/workflows/publish-pages.yml
@@ -45,6 +45,9 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
+ - name: Checkout code
+ uses: actions/checkout@v4
+
- name: Download web build artifact
uses: actions/download-artifact@v4
with:

Served by rngit 1.3.3 - Generated in 0.04s